home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / spazio / mi102.dir / 00496_Script_496 < prev    next >
Text File  |  1983-02-01  |  463b  |  22 lines

  1. on exitFrame
  2.   if the mousecast =201 then
  3.     set the castnum of sprite 48 to 203
  4.   end if
  5.   
  6.   if the mousecast =83 then
  7.     set the visible of sprite 47 to true
  8.     set the visible of sprite 48 to true
  9.   end if
  10.   
  11.   if the mousev<421 then
  12.     set the visible of sprite 47 to false
  13.     set the visible of sprite 48 to false
  14.   end if
  15.   
  16.   if the mousecast =200 then
  17.     SET THE CASTNUM OF SPRITE 48 TO 201
  18.   end if
  19.   
  20.   
  21.   go to the frame
  22. end